home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap09 / howto05 / cciwcc05.exe / 0 / RCDATA / TCCINETCCFORM / TCCINETCCFORM.txt
Encoding:
Text File  |  1996-06-11  |  20.4 KB  |  762 lines

  1. object CCINetCCForm: TCCINetCCForm
  2.   Left = 242
  3.   Top = 112
  4.   Width = 616
  5.   Height = 443
  6.   Caption = 'CC Internet Command Center'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 356
  22.     Width = 608
  23.     Height = 41
  24.     Align = alBottom
  25.     Alignment = taLeftJustify
  26.     BevelInner = bvLowered
  27.     BevelWidth = 3
  28.     Caption = '  Status: Off Line'
  29.     TabOrder = 0
  30.     object Panel2: TPanel
  31.       Left = 296
  32.       Top = 6
  33.       Width = 306
  34.       Height = 29
  35.       Align = alRight
  36.       BevelOuter = bvLowered
  37.       BevelWidth = 3
  38.       TabOrder = 0
  39.       object Gauge1: TGauge
  40.         Left = 3
  41.         Top = 3
  42.         Width = 300
  43.         Height = 23
  44.         Align = alClient
  45.         Progress = 0
  46.       end
  47.     end
  48.   end
  49.   object Panel3: TPanel
  50.     Left = 0
  51.     Top = 0
  52.     Width = 608
  53.     Height = 41
  54.     Align = alTop
  55.     BevelWidth = 3
  56.     TabOrder = 1
  57.     object Label1: TLabel
  58.       Left = 8
  59.       Top = 12
  60.       Width = 73
  61.       Height = 16
  62.       Alignment = taRightJustify
  63.       AutoSize = False
  64.       Caption = 'Subject:'
  65.     end
  66.     object ComboBox1: TComboBox
  67.       Left = 88
  68.       Top = 8
  69.       Width = 417
  70.       Height = 24
  71.       ItemHeight = 16
  72.       TabOrder = 0
  73.     end
  74.     object Button1: TButton
  75.       Left = 512
  76.       Top = 8
  77.       Width = 89
  78.       Height = 25
  79.       Caption = 'Action'
  80.       TabOrder = 1
  81.       OnClick = Button1Click
  82.     end
  83.   end
  84.   object Panel4: TPanel
  85.     Left = 0
  86.     Top = 41
  87.     Width = 185
  88.     Height = 315
  89.     Align = alLeft
  90.     BevelInner = bvLowered
  91.     BevelWidth = 3
  92.     BorderWidth = 5
  93.     TabOrder = 2
  94.     object Label4: TLabel
  95.       Left = 11
  96.       Top = 11
  97.       Width = 163
  98.       Height = 16
  99.       Align = alTop
  100.       Alignment = taCenter
  101.       AutoSize = False
  102.       Caption = 'Mailboxes'
  103.     end
  104.     object Label5: TLabel
  105.       Left = 11
  106.       Top = 145
  107.       Width = 163
  108.       Height = 16
  109.       Align = alTop
  110.       Alignment = taCenter
  111.       AutoSize = False
  112.       Caption = 'Current Messages'
  113.     end
  114.     object Panel6: TPanel
  115.       Left = 11
  116.       Top = 27
  117.       Width = 163
  118.       Height = 118
  119.       Align = alTop
  120.       BevelOuter = bvLowered
  121.       BevelWidth = 3
  122.       TabOrder = 0
  123.       object ListBox1: TListBox
  124.         Left = 3
  125.         Top = 3
  126.         Width = 157
  127.         Height = 112
  128.         Align = alClient
  129.         ItemHeight = 16
  130.         MultiSelect = True
  131.         TabOrder = 0
  132.         OnDblClick = ListBox1DblClick
  133.       end
  134.     end
  135.     object Panel7: TPanel
  136.       Left = 11
  137.       Top = 161
  138.       Width = 163
  139.       Height = 40
  140.       Align = alTop
  141.       BevelWidth = 3
  142.       TabOrder = 1
  143.       object SpeedButton1: TSpeedButton
  144.         Left = 8
  145.         Top = 8
  146.         Width = 25
  147.         Height = 25
  148.         Hint = 'Previous Item'
  149.         Glyph.Data = {
  150.           78010000424D7801000000000000760000002800000020000000100000000100
  151.           04000000000000000000120B0000120B00000000000000000000000000000000
  152.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  153.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003C3333339333
  154.           337437FFF3337F3333F73CCC33339333344437773F337F33377733CCC3339337
  155.           4447337F73FF7F3F337F33CCCCC3934444433373F7737F773373333CCCCC9444
  156.           44733337F337773337F3333CCCCC9444443333373F337F3337333333CCCC9444
  157.           473333337F337F337F333333CCCC94444333333373F37F33733333333CCC9444
  158.           7333333337F37F37F33333333CCC944433333333373F7F373333333333CC9447
  159.           33333333337F7F7F3333333333CC94433333333333737F7333333333333C9473
  160.           33333333333737F333333333333C943333333333333737333333333333339733
  161.           3333333333337F333333333333339333333333333333733333330000}
  162.         NumGlyphs = 2
  163.         ParentShowHint = False
  164.         ShowHint = True
  165.       end
  166.       object SpeedButton2: TSpeedButton
  167.         Left = 37
  168.         Top = 8
  169.         Width = 25
  170.         Height = 25
  171.         Hint = 'Next Item'
  172.         Glyph.Data = {
  173.           78010000424D7801000000000000760000002800000020000000100000000100
  174.           04000000000000000000120B0000120B00000000000000000000000000000000
  175.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  176.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333393333
  177.           333333333337F3333333333333397333333333333337FF333333333333C94333
  178.           3333333333737F333333333333C9473333333333337373F3333333333CC94433
  179.           3333333337F7F7F3333333333CC94473333333333737F73F33333333CCC94443
  180.           333333337F37F37F33333333CCC94447333333337337F373F333333CCCC94444
  181.           33333337F337F337F333333CCCC94444733333373337F3373F3333CCCCC94444
  182.           4333337F3337FF337F3333CCCCC94444473333733F7773FF73F33CCCCC393444
  183.           443337F37737F773F7F33CCC33393374447337F73337F33737FFCCC333393333
  184.           444377733337F333777FC33333393333374373333337333333730000}
  185.         NumGlyphs = 2
  186.         ParentShowHint = False
  187.         ShowHint = True
  188.       end
  189.       object SpeedButton4: TSpeedButton
  190.         Left = 70
  191.         Top = 8
  192.         Width = 25
  193.         Height = 25
  194.         Hint = 'UUDecode Item(s)'
  195.         Glyph.Data = {
  196.           76010000424D7601000000000000760000002800000020000000100000000100
  197.           04000000000000010000130B0000130B00000000000000000000000000000000
  198.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  199.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  200.           33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  201.           FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  202.           00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  203.           F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  204.           00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  205.           F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  206.           3333777777777777333333399033333333333337773333333333333903333333
  207.           3333333773333333333333303333333333333337333333333333}
  208.         NumGlyphs = 2
  209.         ParentShowHint = False
  210.         ShowHint = True
  211.       end
  212.       object SpeedButton5: TSpeedButton
  213.         Left = 132
  214.         Top = 8
  215.         Width = 25
  216.         Height = 25
  217.         Hint = 'Move Item(s) to Trash'
  218.         Glyph.Data = {
  219.           78010000424D7801000000000000760000002800000020000000100000000100
  220.           04000000000000000000120B0000120B00000000000000000000000000000000
  221.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  222.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  223.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  224.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  225.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  226.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  227.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  228.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  229.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  230.           3333333337FFF7F33333333330000033333333333777773333330000}
  231.         NumGlyphs = 2
  232.         ParentShowHint = False
  233.         ShowHint = True
  234.       end
  235.       object SpeedButton3: TSpeedButton
  236.         Left = 102
  237.         Top = 8
  238.         Width = 25
  239.         Height = 25
  240.         Hint = 'MIME Decode Item(s)'
  241.         Glyph.Data = {
  242.           76010000424D7601000000000000760000002800000020000000100000000100
  243.           04000000000000010000130B0000130B00000000000000000000000000000000
  244.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  245.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  246.           333333333333337FF3333333333333903333333333333377FF33333333333399
  247.           03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
  248.           99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
  249.           99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
  250.           03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
  251.           33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
  252.           33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
  253.           3333777777333333333333333333333333333333333333333333}
  254.         NumGlyphs = 2
  255.         ParentShowHint = False
  256.         ShowHint = True
  257.       end
  258.     end
  259.     object ListBox2: TListBox
  260.       Left = 11
  261.       Top = 201
  262.       Width = 163
  263.       Height = 103
  264.       Align = alClient
  265.       ItemHeight = 16
  266.       MultiSelect = True
  267.       TabOrder = 2
  268.       OnDblClick = ListBox2DblClick
  269.     end
  270.   end
  271.   object Panel5: TPanel
  272.     Left = 185
  273.     Top = 41
  274.     Width = 423
  275.     Height = 315
  276.     Align = alClient
  277.     BevelInner = bvLowered
  278.     BevelWidth = 3
  279.     BorderWidth = 5
  280.     TabOrder = 3
  281.     object Memo1: TMemo
  282.       Left = 11
  283.       Top = 52
  284.       Width = 401
  285.       Height = 252
  286.       Align = alClient
  287.       Lines.Strings = (
  288.         '')
  289.       ScrollBars = ssBoth
  290.       TabOrder = 0
  291.     end
  292.     object Panel8: TPanel
  293.       Left = 11
  294.       Top = 11
  295.       Width = 401
  296.       Height = 41
  297.       Align = alTop
  298.       BevelWidth = 3
  299.       TabOrder = 1
  300.       object Label2: TLabel
  301.         Left = 8
  302.         Top = 13
  303.         Width = 33
  304.         Height = 16
  305.         Alignment = taCenter
  306.         AutoSize = False
  307.         Caption = 'To:'
  308.         Visible = False
  309.       end
  310.       object Label3: TLabel
  311.         Left = 200
  312.         Top = 13
  313.         Width = 33
  314.         Height = 16
  315.         Alignment = taCenter
  316.         AutoSize = False
  317.         Caption = 'CC:'
  318.         Visible = False
  319.       end
  320.       object ComboBox2: TComboBox
  321.         Left = 48
  322.         Top = 8
  323.         Width = 145
  324.         Height = 24
  325.         ItemHeight = 16
  326.         TabOrder = 0
  327.         Visible = False
  328.       end
  329.       object ComboBox3: TComboBox
  330.         Left = 240
  331.         Top = 8
  332.         Width = 145
  333.         Height = 24
  334.         ItemHeight = 16
  335.         TabOrder = 1
  336.         Visible = False
  337.       end
  338.     end
  339.   end
  340.   object OpenDialog1: TOpenDialog
  341.     FileEditStyle = fsEdit
  342.     Left = 520
  343.     Top = 248
  344.   end
  345.   object SaveDialog1: TSaveDialog
  346.     FileEditStyle = fsEdit
  347.     Left = 488
  348.     Top = 248
  349.   end
  350.   object PrintDialog1: TPrintDialog
  351.     Left = 456
  352.     Top = 248
  353.   end
  354.   object PrinterSetupDialog1: TPrinterSetupDialog
  355.     Left = 424
  356.     Top = 248
  357.   end
  358.   object FindDialog1: TFindDialog
  359.     Left = 392
  360.     Top = 248
  361.   end
  362.   object ReplaceDialog1: TReplaceDialog
  363.     Left = 360
  364.     Top = 248
  365.   end
  366.   object MainMenu1: TMainMenu
  367.     Left = 520
  368.     Top = 216
  369.     object Network1: TMenuItem
  370.       Caption = 'Network'
  371.       ShortCut = 0
  372.       object ViewWinsockInfo1: TMenuItem
  373.         Caption = 'View Winsock Info'
  374.         ShortCut = 0
  375.         object Description1: TMenuItem
  376.           Caption = 'Description'
  377.           ShortCut = 0
  378.           OnClick = Description1Click
  379.         end
  380.         object SystemStatus1: TMenuItem
  381.           Caption = 'System Status'
  382.           ShortCut = 0
  383.           OnClick = SystemStatus1Click
  384.         end
  385.         object VendorSpecific1: TMenuItem
  386.           Caption = 'Vendor Specific'
  387.           ShortCut = 0
  388.           OnClick = VendorSpecific1Click
  389.         end
  390.       end
  391.       object N1: TMenuItem
  392.         Caption = '-'
  393.         ShortCut = 0
  394.       end
  395.       object ProgressInfo1: TMenuItem
  396.         Caption = 'Progress Info'
  397.         ShortCut = 0
  398.         object ViewInEditWindow1: TMenuItem
  399.           Caption = 'View In Edit Window'
  400.           ShortCut = 0
  401.           OnClick = ViewInEditWindow1Click
  402.         end
  403.         object ViewInStatusLine1: TMenuItem
  404.           Caption = 'View In Status Line'
  405.           Checked = True
  406.           ShortCut = 0
  407.           OnClick = ViewInStatusLine1Click
  408.         end
  409.         object SaveToFile1: TMenuItem
  410.           Caption = 'Save To File...'
  411.           ShortCut = 0
  412.           OnClick = SaveToFile1Click
  413.         end
  414.       end
  415.       object N2: TMenuItem
  416.         Caption = '-'
  417.         ShortCut = 0
  418.       end
  419.       object Exit1: TMenuItem
  420.         Caption = 'Exit'
  421.         ShortCut = 0
  422.         OnClick = Exit1Click
  423.       end
  424.     end
  425.     object Services1: TMenuItem
  426.       Caption = 'Services'
  427.       ShortCut = 0
  428.       object IPAddress1: TMenuItem
  429.         Caption = 'IP Address'
  430.         ShortCut = 0
  431.         OnClick = IPAddress1Click
  432.       end
  433.       object EMail1: TMenuItem
  434.         Caption = 'E Mail'
  435.         ShortCut = 0
  436.       end
  437.       object FTP1: TMenuItem
  438.         Caption = 'FTP'
  439.         ShortCut = 0
  440.         OnClick = FTP1Click
  441.       end
  442.       object UsenetNws1: TMenuItem
  443.         Caption = 'Usenet News'
  444.         ShortCut = 0
  445.       end
  446.     end
  447.     object Files1: TMenuItem
  448.       Caption = 'Files'
  449.       ShortCut = 0
  450.       object Load1: TMenuItem
  451.         Caption = 'Load...'
  452.         ShortCut = 0
  453.       end
  454.       object Save1: TMenuItem
  455.         Caption = 'Save...'
  456.         ShortCut = 0
  457.       end
  458.       object Encoding1: TMenuItem
  459.         Caption = 'Encoding'
  460.         ShortCut = 0
  461.         object UUDecode1: TMenuItem
  462.           Caption = 'UUDecode...'
  463.           ShortCut = 0
  464.         end
  465.         object MIMEDecode1: TMenuItem
  466.           Caption = 'MIME Decode...'
  467.           ShortCut = 0
  468.         end
  469.         object UUEncode1: TMenuItem
  470.           Caption = 'UUEncode...'
  471.           ShortCut = 0
  472.         end
  473.         object MIMEEncode1: TMenuItem
  474.           Caption = 'MIME Encode...'
  475.           ShortCut = 0
  476.         end
  477.       end
  478.     end
  479.     object Edit1: TMenuItem
  480.       Caption = 'Edit'
  481.       ShortCut = 0
  482.       object Cut1: TMenuItem
  483.         Caption = 'Cut'
  484.         ShortCut = 0
  485.       end
  486.       object Copy1: TMenuItem
  487.         Caption = 'Copy'
  488.         ShortCut = 0
  489.       end
  490.       object CopytoFile1: TMenuItem
  491.         Caption = 'Copy to File...'
  492.         ShortCut = 0
  493.       end
  494.       object Paste1: TMenuItem
  495.         Caption = 'Paste'
  496.         ShortCut = 0
  497.       end
  498.       object PastefromFile1: TMenuItem
  499.         Caption = 'Paste from File...'
  500.         ShortCut = 0
  501.       end
  502.     end
  503.     object EMail2: TMenuItem
  504.       Caption = 'EMail'
  505.       Enabled = False
  506.       ShortCut = 0
  507.       object CheckMail1: TMenuItem
  508.         Caption = 'Check New Mail'
  509.         ShortCut = 0
  510.       end
  511.       object CreateNewMessage1: TMenuItem
  512.         Caption = 'Create New Message'
  513.         ShortCut = 0
  514.       end
  515.       object ReplyToCurrentMessage1: TMenuItem
  516.         Caption = 'Reply To Current Message'
  517.         ShortCut = 0
  518.       end
  519.       object SendCurrentMessage1: TMenuItem
  520.         Caption = 'Send/Queue Current Message'
  521.         ShortCut = 0
  522.       end
  523.       object SendQueue1: TMenuItem
  524.         Caption = 'Send Queue'
  525.         ShortCut = 0
  526.       end
  527.       object MailServers1: TMenuItem
  528.         Caption = 'Mail Servers...'
  529.         ShortCut = 0
  530.       end
  531.       object Mailboxes1: TMenuItem
  532.         Caption = 'Mailboxes...'
  533.         ShortCut = 0
  534.       end
  535.       object Correspondents1: TMenuItem
  536.         Caption = 'Correspondents...'
  537.         ShortCut = 0
  538.       end
  539.       object TrashMarkedMessages1: TMenuItem
  540.         Caption = 'Trash Marked Messages'
  541.         ShortCut = 0
  542.       end
  543.       object EmptyTrash1: TMenuItem
  544.         Caption = 'Empty Trash'
  545.         ShortCut = 0
  546.       end
  547.       object ExitEMailRequired1: TMenuItem
  548.         Caption = 'Exit EMail (Required!)'
  549.         ShortCut = 0
  550.       end
  551.     end
  552.     object FTP2: TMenuItem
  553.       Caption = 'FTP'
  554.       Enabled = False
  555.       ShortCut = 0
  556.       object ConnectToSite1: TMenuItem
  557.         Caption = 'Connect To Site'
  558.         ShortCut = 0
  559.         OnClick = ConnectToSite1Click
  560.       end
  561.       object Disconnect1: TMenuItem
  562.         Caption = 'Disconnect'
  563.         Enabled = False
  564.         ShortCut = 0
  565.         OnClick = Disconnect1Click
  566.       end
  567.       object UploadMarked1: TMenuItem
  568.         Caption = 'Upload Marked'
  569.         Enabled = False
  570.         ShortCut = 0
  571.         object ASCII1: TMenuItem
  572.           Caption = 'ASCII'
  573.           ShortCut = 0
  574.         end
  575.         object Binary1: TMenuItem
  576.           Caption = 'Binary'
  577.           ShortCut = 0
  578.         end
  579.       end
  580.       object DownloadMarked1: TMenuItem
  581.         Caption = 'Download Marked'
  582.         Enabled = False
  583.         ShortCut = 0
  584.         object ASCII2: TMenuItem
  585.           Caption = 'ASCII'
  586.           ShortCut = 0
  587.           object ToFile1: TMenuItem
  588.             Caption = 'To File'
  589.             ShortCut = 0
  590.           end
  591.           object ToDisplay1: TMenuItem
  592.             Caption = 'To Display'
  593.             ShortCut = 0
  594.           end
  595.         end
  596.         object Binary2: TMenuItem
  597.           Caption = 'Binary'
  598.           ShortCut = 0
  599.         end
  600.       end
  601.       object Directory1: TMenuItem
  602.         Caption = 'Directory'
  603.         Enabled = False
  604.         ShortCut = 0
  605.         object ViewRemoteasText1: TMenuItem
  606.           Caption = 'Remote'
  607.           ShortCut = 0
  608.           object ViewasText1: TMenuItem
  609.             Caption = 'View as Text'
  610.             ShortCut = 0
  611.             OnClick = ViewasText1Click
  612.           end
  613.           object Change1: TMenuItem
  614.             Caption = 'Change...'
  615.             ShortCut = 0
  616.             OnClick = Change1Click
  617.           end
  618.           object Create1: TMenuItem
  619.             Caption = 'Create...'
  620.             ShortCut = 0
  621.           end
  622.           object Delete3: TMenuItem
  623.             Caption = 'Delete...'
  624.             ShortCut = 0
  625.           end
  626.         end
  627.         object ChangeLocal1: TMenuItem
  628.           Caption = 'Change Local...'
  629.           ShortCut = 0
  630.           OnClick = ChangeLocal1Click
  631.         end
  632.       end
  633.       object DeleteRemoteFiles1: TMenuItem
  634.         Caption = 'Delete Remote Files'
  635.         ShortCut = 0
  636.       end
  637.       object FTPSites1: TMenuItem
  638.         Caption = 'FTP Sites...'
  639.         ShortCut = 0
  640.         OnClick = FTPSites1Click
  641.       end
  642.     end
  643.     object News1: TMenuItem
  644.       Caption = 'News'
  645.       Enabled = False
  646.       ShortCut = 0
  647.       object ConnectandUpdate1: TMenuItem
  648.         Caption = 'Connect and Update'
  649.         ShortCut = 0
  650.       end
  651.       object Disconnect2: TMenuItem
  652.         Caption = 'Disconnect'
  653.         Enabled = False
  654.         ShortCut = 0
  655.       end
  656.       object Headers1: TMenuItem
  657.         Caption = 'Headers'
  658.         ShortCut = 0
  659.         object RetrieveMarked1: TMenuItem
  660.           Caption = 'Retrieve Marked'
  661.           ShortCut = 0
  662.         end
  663.         object RetrieveAll1: TMenuItem
  664.           Caption = 'Retrieve All'
  665.           ShortCut = 0
  666.         end
  667.       end
  668.       object CheckNewNews1: TMenuItem
  669.         Caption = 'Check New News'
  670.         Enabled = False
  671.         ShortCut = 0
  672.       end
  673.       object GetMarked1: TMenuItem
  674.         Caption = 'Retrieve Marked Articles'
  675.         Enabled = False
  676.         ShortCut = 0
  677.       end
  678.       object Article1: TMenuItem
  679.         Caption = 'Article'
  680.         Enabled = False
  681.         ShortCut = 0
  682.         object NewArticle1: TMenuItem
  683.           Caption = 'New Article'
  684.           ShortCut = 0
  685.         end
  686.         object FollowupArticle1: TMenuItem
  687.           Caption = 'Followup Article'
  688.           ShortCut = 0
  689.         end
  690.         object PutinQueue1: TMenuItem
  691.           Caption = 'Put in Queue'
  692.           ShortCut = 0
  693.         end
  694.       end
  695.       object Post1: TMenuItem
  696.         Caption = 'Post'
  697.         Enabled = False
  698.         ShortCut = 0
  699.         object CurrentArticle1: TMenuItem
  700.           Caption = 'Current Article'
  701.           ShortCut = 0
  702.         end
  703.         object EntireQueue1: TMenuItem
  704.           Caption = 'Entire Queue'
  705.           ShortCut = 0
  706.         end
  707.       end
  708.       object NewsServers1: TMenuItem
  709.         Caption = 'News Servers...'
  710.         ShortCut = 0
  711.       end
  712.       object SubscribedNewsgroups1: TMenuItem
  713.         Caption = 'Subscribed Newsgroups...'
  714.         Enabled = False
  715.         ShortCut = 0
  716.       end
  717.       object Trash1: TMenuItem
  718.         Caption = 'Trash'
  719.         Enabled = False
  720.         ShortCut = 0
  721.         object AllReadArticles1: TMenuItem
  722.           Caption = 'All Read/Sent Articles'
  723.           ShortCut = 0
  724.         end
  725.         object AllMarkedArticles1: TMenuItem
  726.           Caption = 'All Marked Articles'
  727.           ShortCut = 0
  728.         end
  729.         object AllAvailableArticles1: TMenuItem
  730.           Caption = 'All Available Articles'
  731.           ShortCut = 0
  732.         end
  733.       end
  734.       object DownloadActiveNewsgroups1: TMenuItem
  735.         Caption = 'Download Active Newsgroups...'
  736.         ShortCut = 0
  737.       end
  738.     end
  739.     object Preferences1: TMenuItem
  740.       Caption = 'Options'
  741.       ShortCut = 0
  742.       object EMail3: TMenuItem
  743.         Caption = 'E Mail...'
  744.         ShortCut = 0
  745.       end
  746.       object FTP3: TMenuItem
  747.         Caption = 'FTP...'
  748.         ShortCut = 0
  749.         OnClick = FTP3Click
  750.       end
  751.       object News2: TMenuItem
  752.         Caption = 'News...'
  753.         ShortCut = 0
  754.       end
  755.       object Paths1: TMenuItem
  756.         Caption = 'Paths...'
  757.         ShortCut = 0
  758.       end
  759.     end
  760.   end
  761. end
  762.